Remove many unnecessary uses of keyword arguments, to reduce complexity.
authoremellor@leeni.uk.xensource.com <emellor@leeni.uk.xensource.com>
Mon, 21 Nov 2005 16:48:22 +0000 (17:48 +0100)
committeremellor@leeni.uk.xensource.com <emellor@leeni.uk.xensource.com>
Mon, 21 Nov 2005 16:48:22 +0000 (17:48 +0100)
commite9653b1204e297009bd3dc22fd9bf195e333ccec
tree593e2408efd17b21f3d93637d36e6e4c8391773c
parenta6f7d807ed96895b3e0d7df7d3b660364f1c0b5d
Remove many unnecessary uses of keyword arguments, to reduce complexity.

Have the self parameter to all the methods be an XsHandle, not a PyObject, to
avoid casting.

Signed-off-by: Ewan Mellor <ewan@xensource.com>
tools/python/xen/lowlevel/xc/xc.c